applied unified patch for configurable scroll arrow sizes from bug #333632
authorTim Janik <timj@imendio.com>
Wed, 10 May 2006 14:02:20 +0000 (14:02 +0000)
committerTim Janik <timj@src.gnome.org>
Wed, 10 May 2006 14:02:20 +0000 (14:02 +0000)
commit4e8e3add5b7defdaa5d628f85079d9b64754d9c4
treed8b9fc850067e03a2da335ab1bda4f8a12e26856
parent6942f71c31374fb894e3422fa984df42810aafcf
applied unified patch for configurable scroll arrow sizes from bug #333632

Wed May 10 15:57:53 2006  Tim Janik  <timj@imendio.com>

        * applied unified patch for configurable scroll arrow sizes from
        bug #333632 and bug #325282.

        * gtk/gtkwidget.c (gtk_widget_class_init): added ::scroll-arrow-hlength
        and ::scroll-arrow-vlength style properties. fixed upper limit for
        ::separator-width and ::separator-height to be MAXINT.

        * gtk/gtkmenu.c: use GtkWidget::scroll-arrow-vlength to determine the
        scroll arrow size, instead of using a hard coded constant.

        * gtk/gtknotebook.c: use GtkWidget::scroll-arrow-vlength and
        GtkWidget::scroll-arrow-hlength to determine scroll arrow sizes.
        added GtkNotebook::arrow-spacing style property to configure the
        spacing between scroll arrows.
ChangeLog
ChangeLog.pre-2-10
gtk/gtkmenu.c
gtk/gtknotebook.c
gtk/gtkwidget.c